home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Business Heaven
/
Business Heaven.iso
/
other
/
vrs
/
installv.bat
< prev
next >
Wrap
DOS Batch File
|
1993-05-15
|
1KB
|
37 lines
ECHO OFF
CLS
echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo * This batch file creates a \VRS90 directory and two subdirectories: *
echo * \DEMO and \VRS1. Then it copies the program and system data files *
echo * into the \VRS90 directory and the Example Vehicle data files into *
echo * the \DEMO subdirectory. *
echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo .
echo .
pause
CLS
MD\VRS90
MD\VRS90\DEMO
MD\VRS90\VRS1
COPY VRS*.* \VRS90
COPY EXAMPLE.* \VRS90\DEMO
CD\VRS90
CLS
echo * * * * * * * * * * * * * * * * * * * * * *
echo * *
echo * -- The VRS Plus is now ready to run -- *
echo * *
echo * Print the DEMOTUTR.DOC file (23 pages) *
echo * and go through it to learn how to use *
echo * this system. *
echo * *
echo * * * * * * * * * * * * * * * * * * * * * *
echo .
echo .
echo Then type VRS and press ENTER to start
echo .
echo .
echo * * * * * * * * * * * * * * * * * * * * * *
echo .
echo .